home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / Development / PowerD / powerd / modules.lha / modules / prefs / overscan.m < prev    next >
Encoding:
Text File  |  2002-01-02  |  283 b   |  17 lines

  1. MODULE 'libraries/iffparse','graphics/gfx'
  2.  
  3. CONST ID_OSCN=$4F53434E,
  4.   OSCAN_MAGIC=$FEDCBA89
  5.  
  6. OBJECT OverscanPrefs
  7.   Reserved:ULONG,
  8.   Magic:ULONG,
  9.   HStart:UWORD,
  10.   HStop:UWORD,
  11.   VStart:UWORD,
  12.   VStop:UWORD,
  13.   DisplayID:ULONG,
  14.   ViewPos:tPoint,
  15.   Text:tPoint,
  16.   Standard:Rectangle
  17.